Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 6 Nov 2004 20:16:40 +0000 (20:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 6 Nov 2004 20:16:40 +0000 (20:16 +0000)
2004-11-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
Parro)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c

index 3701e6918cb1ad6ce1f14adedd5ba0d3585fb0ab..e26f73c01477356ec51467d8ed880c6ef2241e67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
+       Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
+       Parro)
+
 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
index 3701e6918cb1ad6ce1f14adedd5ba0d3585fb0ab..e26f73c01477356ec51467d8ed880c6ef2241e67 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
+       Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
+       Parro)
+
 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
index 3701e6918cb1ad6ce1f14adedd5ba0d3585fb0ab..e26f73c01477356ec51467d8ed880c6ef2241e67 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
+       Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
+       Parro)
+
 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
index 3701e6918cb1ad6ce1f14adedd5ba0d3585fb0ab..e26f73c01477356ec51467d8ed880c6ef2241e67 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): 
+       Add the ComboCellInfo to the list.  (#157528, Carlos Garnacho
+       Parro)
+
 2004-11-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
index e8b7da9fe78b592af60138ddea81833e930bb2dd..a2442045915636e7568309526407f3cf4ffc3313 100644 (file)
@@ -3631,6 +3631,8 @@ gtk_combo_box_cell_layout_pack_end (GtkCellLayout   *layout,
   info->expand = expand;
   info->pack = GTK_PACK_END;
 
+  combo_box->priv->cells = g_slist_append (combo_box->priv->cells, info);
+
   if (combo_box->priv->cell_view)
     gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (combo_box->priv->cell_view),
                               cell, expand);